home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2001 April
/
PC-WELT 4-2001.ISO
/
software
/
wsh
/
heutejs.exe
/
heute.js
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-01-19
|
166 b
|
5 lines
var nachricht = WScript.CreateObject("WScript.Shell");
var heute = new Date();
nachricht.popup("Heute ist " + heute.toLocaleDateString(), 0, "Aktuelles Datum");